php remove quotes from string

37

str_replace('"', "", $string);
str_replace(['"',"'"], "", $text)

Comments

Submit
0 Comments